.top-line {
	position: fixed;
	top: 0; left: 0;
	z-index: 99999;
	width: 100%;
	height: 67px;
        background: #222933;
}
.top-line1 {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	height: 67px;
}

.logo {
	position: absolute;
	left: -35px; top: 14px;
	display: block;
	overflow: hidden;
	width: 157px;
	height: 39px;
	background: url(http://fullshop.ucoz.ru/images/LOGOTIP.png) no-repeat;
	line-height: 200px;
}

/* ---------- Верхнее меню ------------- */
.top-menu2 {
	visibility: hidden;
}

.top-menu {
	position: absolute;
	left: 194px; top: 0;
}

.top-menu li {
	display: block;
	float: left;
	position: relative;
	display: inline;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	padding-right: 17px;
}

.top-menu li a {
	display: block;
	float: left;
	height: 67px;
	line-height: 70px;
	text-decoration: none;
	color: #FFF;
}

.top-menu li:hover a {
	color: #bebebe;
}

.top-menu li span {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	left: -22px; top: 67px;
	background: #22262F;
	padding: 12px 0;
	-moz-opacity: 0.0;
	     opacity: 0.0;
	      filter: alpha(opacity=0);/*IE7 fix*/
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}

.top-menu li:hover span {
	-moz-opacity: 1.0;
	     opacity: 1.0;
	      filter: alpha(opacity=100);/*IE7 fix*/
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.top-menu li span a {
	display: block;
	white-space: nowrap;
	width: 100%;
	height: 28px;
	padding: 0 22px 0 22px;
	line-height: 28px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-size: 13px;
	color: #fff !important;
}

.top-menu li span a:hover {
	color: #FFF !important;
	background: #222933;
}

.top-menu li span a b {
	color: #cb573f;
}

.top-menu li span a:hover b {
	color: #60f6ed;
}

.top-menu li span em {
	display: block;
	overflow: hidden;
	float: left;
	width: 150px;
	margin: -12px 0;
	padding: 12px 0;
}

.top-menu li span em:last-child {
	width: 210px;
	border-left: 2px solid #252B34;
}


/* ---------- Поиск ------------- */
.top-search {
	float: right;
	height: 67px;
}

.top-search1 {
	position: relative;
	width: 55px;
	height: 67px;
	background: rgba(0, 0, 0, 0.33);
	cursor: pointer;
}

.top-search1 svg {
	position: absolute;
	top: 23px; left: 17px;
	width: 21px;
	height: 22px;
	fill: #FFF;
}

.top-search1:before {
	content: '';
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: -7px;
	margin-left: -7px;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-top-color: rgba(110, 114, 115, 0.96);
	-moz-opacity: 0.0;
	     opacity: 0.0;
	      filter: alpha(opacity=0);/*IE7 fix*/
}

.top-search1.close-search:before {
	bottom: -14px;
	-moz-opacity: 1.0;
	     opacity: 1.0;
	      filter: alpha(opacity=100);/*IE7 fix*/
}

.top-search1.close-search {
	background: rgba(110, 114, 115, 0.50);
}

.top-search2 {
	position: fixed;
	left: 0; right: 0;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transform: perspective(900px) rotate3d(1,0,0,-90deg);
			transform: perspective(900px) rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 50% 0;
			transform-origin: 50% 0;
	-webkit-perspective-origin: 50% 100%;
			perspective-origin: 50% 100%;
}

.top-search2.opened-search {
	-webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
			transform: perspective(900px) rotate3d(1,0,0,0deg);
}

.top-search2 form {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 1000px;
	height: 60px;
	margin: 0 auto;
}

.top-search2 form input[type="image"] {
	position: absolute;
	top: 19px; left: 10px;
	width: 21px;
	height: 22px;
}

.top-search2 form input[name="story"] {
	position: absolute;
	display: block;
	top: 22px;
	margin-left: 49px;
	width: 100%;
	font-size: 14px;
	font-style: italic;
	color: #aaadaf;
	border: none;
	background-color: transparent;
	outline: none;
}

.top-search2 svg {
	position: absolute;
	top: 19px; left: 10px;
	width: 21px;
	height: 22px;
	fill: #292d2f;
}
/* ---------- /Поиск ------------- */

/* ---------- На чем остановился ------------- */
.top-see-all {
	display: block;
	position: relative;
	float: right;
	width: 55px;
	height: 67px;
	background: rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: #4d4c4c;
	z-index: 10;
}

.top-see-all:hover {
	background: rgba(114, 228, 221, 1.0);
}

.top-see-all svg {
	position: absolute;
	top: 24px; left: 20px;
	width: 17px;
	height: 21px;
	fill: #72e4dd;
}

.top-see-all:hover svg {
	fill: #2d6a87;
}

.top-see-all span {
	display: block;
	position: absolute;
	bottom: -38px;
	left: -100%; right: -100%;
	background: #FFF;
	white-space: nowrap;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}

.top-see-all:hover span {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.top-see-all span:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -6px;
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
}
/* ---------- /На чем остановился ------------- */

/* ---------- Профиль ------------- */
.top-profile {
  position: relative;
  float: right;
  width: 140px;
  height: 67px;
  background: rgba(34, 41, 51, 1);
  margin-right: -50px;
}

.top-profile:hover {
	background: rgba(40, 47, 55, 1);
}

.opened-profile-bg {
	background: rgba(34, 41, 51, 1);
}

.top-profile .top-profile-menu {
	position: absolute;
	z-index: 1;
	width: 134px;
	height: 67px;
	cursor: pointer;
}

.top-profile .top-profile-menu:before {
	content: '';
	position: absolute;
	top: 33px; left: 89px;
	width: 19px;
	height: 3px;
	background: #FFF;
}

.top-profile .top-profile-menu:after {
	content: '';
	position: absolute;
	top: 25px; left: 97px;
	width: 3px;
	height: 19px;
	background: #FFF;
}

.top-profile:hover .top-profile-menu:before,
.top-profile:hover .top-profile-menu:after {
	background: #595959;
}

.opened-profile-bg .top-profile-menu:before,
.opened-profile-bg .top-profile-menu:after {
	background: #595959;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

.top-profile-ava {
	position: absolute;
	z-index: 2;
	top: 13px; left: 30px;
	overflow: hidden;
	width: 34px;
	height: 34px;
	border: 2px solid #FD6907;
	padding: 2px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

.top-profile-ava span {
	display: block;
	overflow: hidden;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

.top-profile-ava span img {
	width: 34px;
	min-height: 34px;
}

.top-profile ul {
	position: absolute;
	z-index: 10;
	top: 67px;
	display: block;
	width: 134px;
	background: rgba(34, 41, 51, 1);
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}

.top-profile ul.opened-profile {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.top-profile ul:before {
	content: '';
	position: absolute;
	top: -14px; right: 28px;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-bottom-color: #FFFFFF;
}

.top-profile ul li a {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}

.top-profile ul li:nth-child(2n-1) a {
	background: rgba(0, 0, 0, 0.17);
}

.top-profile ul li a:before {
	content: '';
	position: absolute;
	left: 2px; top: 12px;
	width: 7px;
	height: 2px;
	background: #d3d3d3;
	-moz-opacity: 0.0;
	     opacity: 0.0;
	      filter: alpha(opacity=0);/*IE7 fix*/
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

.top-profile ul li a:after {
	content: '';
	position: absolute;
	left: 2px; top: 16px;
	width: 7px;
	height: 2px;
	background: #d3d3d3;
	-moz-opacity: 0.0;
	     opacity: 0.0;
	      filter: alpha(opacity=0);/*IE7 fix*/
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.top-profile ul li a:hover:before,
.top-profile ul li a:hover:after {
	left: 17px;
	-moz-opacity: 1.0;
	     opacity: 1.0;
	      filter: alpha(opacity=100);/*IE7 fix*/
}

.top-profile ul li a:hover {
	color: #d3d3d3;
	background: #131415;
	text-indent: 30px;
}
/* ---------- /Профиль ------------- */

/* ---------- Авторизация ------------- */
.top-authoriz {
	position: relative;
	float: right;
	width: 131px;
	height: 40px;
	background: rgba(114, 114, 114, 0.13);
	margin-right: 10px;
	font-size: 13px;
	padding: 27px 0 0 17px;
	color: #FFF;
}

.top-authoriz1 {
	display: block;
	float: left;
	height: 40px;
	margin-right: 4px;
}

.top-authoriz1 b {
	border-bottom: 1px dashed #FFF;
	margin-right: 11px;
	cursor: pointer;
	font-weight: normal;
}

.top-authoriz a {
	color: #b9b9b9;
	text-decoration: none;
	border-bottom: 1px solid #b9b9b9;
}

.top-authoriz1:hover b,
.top-authoriz a:hover {
	color: #fa824c;
	border-color: #fa824c;
}

.top-authoriz2 {
	position: absolute;
	top: 67px; left: -92px;
	width: 240px;
	background: #FFF;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}

.top-authoriz1:hover .top-authoriz2 {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.top-authoriz2:before {
	content: '';
	position: absolute;
	top: -17px; left: 50%;
	margin-left: -6px;
	width: 0px;
	height: 0px;
	border: 9px solid transparent;
	border-bottom-color:  #FFF;
}

.top-authoriz2 form input[type="text"],
.top-authoriz2 form input[type="password"] {
	width: 181px;
	height: 38px;
	border: none;
	background: #ececec;
	padding: 0 10px;
	line-height: 38px;
	text-align: center;
	font-size: 13px;
	color: #888888;
	outline: none;
}

.top-authoriz2 form input[type="text"] {
	margin: 21px 0 13px 20px;
}
.top-authoriz2 form input[type="password"] {
	margin: 0 0 20px 20px;
}

.top-authoriz .top-lostpass {
	display: block;
	position: absolute;
	top: 72px; left: 183px;
	width: 38px;
	height: 38px;
	background: #e1e1e1;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	border: none;
	text-align: center;
	line-height: 38px;
}

.top-authoriz2 button {
	display: block;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 47px;
	background: #be4a3e;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

.top-authoriz2 button:hover {
	background: #de6d53;
}

.top-authoriz .top-register {
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #327fdd;
	border: none;
	text-decoration: underline;
	display: none;
}
/* ---------- /Авторизация ------------- */

/* search */
.search {  
     margin-right: 35px; height:32px;  
     background: rgba(48, 65, 85, 1);
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 5px; width:280px; margin-top:20px;
}
.search_text { 
     border:0px !important;padding:0px 
     !important;padding-left:8px 
     !important;margin:0px 
     !important;margin-left:4px 
     !important;margin-top:6px 
     !important;font-size:13px;height:18px 
     !important;line-height:auto 
     !important;background:none 
     !important;width:167px
}

.search_submit {
  float: right;
  padding: 8px !important;
  opacity: 0.7;
  border-left: 1px solid #293242;
}
.search_submit:hover {opacity:1}

/*---Быстрый поиск на сайте---*/
#searchsuggestions {width:300px; font-size:10px; padding:15px 0 0 0; line-height:14px;}
#searchsuggestions a {
	padding:5px 10px 10px; display:block;
	background-color:#333; background-color: rgba(48, 48, 48, 0.9);
	margin:0 0 5px 0; border:1px solid #252525; clear:left; text-decoration:none;}
#searchsuggestions a:hover {background:#252525;	color:#fff;	border: 1px solid #252525;}
#searchsuggestions a span.searchheading {
	background: #999;
	display:block; font-weight:bold; padding:5px; color:#fff;}			
#searchsuggestions a:hover span.searchheading {background: #999; color:#fff;}
#searchsuggestions a span {color:#999; padding:5px; display:block;}
#searchsuggestions a:hover span {color:#fff;}
#searchsuggestions span.seperator {float:right;}
#searchsuggestions span.seperator a {
	background: #999; display:block; color:#fff; padding:5px 10px;}
#searchsuggestions span.notfound {
	padding:5px; background:#303030; display:block; color:#fff;
	height:auto; border:1px solid #252525; margin:0 0 5px 0;}
#searchsuggestions span.notfound, #searchsuggestions a, #searchsuggestions a span.searchheading, #searchsuggestions span.seperator a {border-radius:2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}

/* Настройка стандартной капчи при ответах на комментарии */
.dle-captcha { position: relative; }
.dle-captcha:after { clear: both; display: block; content: ""; }
.dle-captcha > a { float: left; margin-right: 5px; }
.dle-captcha img {
  position: relative;
  display: block;
  width: 130px; height: 46px;
  -webkit-transition: all ease .2s; transition: all ease .2s;
}
.dle-captcha > input { float: left; width: 130px; }


/* Настройка подсказки для доп. полей */
.xfieldsnote {
  color: #838383;
  font-size: .9em;
}

.progress {
    overflow:hidden;
    margin-top:10px;
  margin-bottom:10px;
    background-color:whitesmoke;
    height:10px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    background:#eee;
    -webkit-box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
 .progress .progress-bar {
    float:left;
    width:0%;
    font-size:12px;
    line-height:20px;
    color:white;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition:width 0.6s ease;
    transition:width 0.6s ease;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    -webkit-box-shadow:none;
    box-shadow:none;
    height:8px;
}
.progress-bar span{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0 0 0 0);
    border:0;
}
.progress-blue {
    background-image:-webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));
    background-image:-webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);
    background-image:-moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);
    background-image:linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
    background-repeat:repeat-x;
    border:1px solid #55aeee;
}